DX11 SET RASTERIZER STATE FILL MODE

Sets the fill mode of the given rasterizer state.
Basically only used to toggle between wireframe and normal (filled) rendering of geometry.

  Syntax
DX11 SET RASTERIZER STATE FILL MODE rasterState, fillMode
  Parameters
rasterState
Dword
The rasterizer state to set the fill mode of.
fillMode
Dword
The fill mode to set for the given rasterizer state. Valid values map directly to the D3D11_FILL_MODE enumeration described on MSDN.

  Returns

This function does not return a value.

  See also

RASTERIZERSTATE Functions Menu
DX11 Function Categories